home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000208_news@columbia.edu _Fri Jun 25 10:03:44 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA10867
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 25 Jun 1999 10:03:40 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA21916
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 25 Jun 1999 09:53:51 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: VT-100 Terminal Problem
  11. Date: 25 Jun 1999 13:53:50 GMT
  12. Organization: Columbia University
  13. Message-ID: <7l01le$lcp$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <37730238.61139931@ix.netcom.com>,
  17. Jeffrey  <Jefflex@ix.netcom.com> wrote:
  18. : I'm using Kermit 1.1.17 WIN 95 at work to access a dial-up BBS.  When
  19. : K95 dials up and connects, a DOS window opens up in which the desired
  20. : VT-100 terminal is emulated.  So far, OK.
  21. Most BBS's expect some form of "ANSI" terminal.
  22.  
  23. : Here's the problem: after I've done my business on the BBS, I need to
  24. : print out all the various screens that are in the scroll-back
  25. : buffer....How do I do this?
  26. By hand you can do it like this:
  27.  
  28.   Press the Page Up key
  29.   Press Alt-P to print the screen
  30.   Repeat until done
  31.  
  32. There are many other approaches.  See the sections on printing in your
  33. K95 manual.
  34.  
  35. : Is there a way to hangup from the BBS without losing the scrollback
  36. : buffer, so that I can scroll through it offline and avoid running up
  37. : connection charges for browsing the buffer?  Every time I've hungup or
  38. : signed off the BBS, the DOS emulation window winks off and the scroll
  39. : back is lost, leaving only a DOS command line visible.
  40. Yes.  After you hang up, give a VIEW command at the K-95> prompt.
  41.  
  42. - Frank